Html Css Color HEX #CED46B Goldenrod

📋 copy color: '#CED46B'

red 206 ◦ green 212 ◦ blue 107

#CED46B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CED46B

Tints of Goldenrod #CED46B

RGB

 RED value IS 206 (80.86% from 255) = 39.24%

 GREEN value IS 212 (83.2% from 255) = 40.38%

 BLUE value IS 107 (42.19% from 255) = 20.38%

R = 39.24%
G = 40.38%
B = 20.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CED46B (or 0xCED46B) is known color: Goldenrod. HEX triplet: CE, D4 and 6B. RGB value is (206,212,107). Sum of RGB (Red+Green+Blue) = 206+212+107=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #CED46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED46B is #312B94. Grayscale: #C6C6C6. Windows color (decimal): -3222421 or 7066830. OLE color: 7066830.

HSL color Cylindrical-coordinate representation of color #CED46B: hue angle of 63.43º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED46B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 107 -
CMYK 0.03 0 0.50 0.17
HSL 63.43º 0.55% 0.63% -
HSV(B) 63.43º 0.5% 0.83% -
XYZ 51.65 61.27 23.01 -
YUV 198.24 76.51 133.54 -
System Red Green Blue C M Y K H S L
Decimal 206 212 107 0.03 0 0.50 0.17 63.43 0.55 0.63
Hex CE D4 6B 3 0 32 11 3F 37 3F
Octal 316 324 153 3 0 62 21 77 67 77
Binary 11001110 11010100 1101011 11 0 110010 10001 111111 110111 111111

Color Harmonies of #CED46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED46B

Black with #CED46B

Text Example


Text Example

White with #CED46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED46B; }

 p { color: rgb(206,212,107); }

 H1.HeaderClassName
 {
   color: #CED46B;
 }
 .AnyTagClassName
 {
   color: #CED46B;
 }
</style>

background-color css

<style>
 a { background-color: #CED46B; }

 a { background-color: rgb(206,212,107); }

 div.DivClassName
 {
   background-color: #CED46B;
 }
 .BgClassName
 {
   background-color: #CED46B;
 }
</style>

border-color css

<style>
 span { border-color: #CED46B; }

 span { border-color: rgb(206,212,107); }

 td.TdClassName
 {
   border-color: #CED46B;
 }
 .TagClassName
 {
   border-color: #CED46B;
 }
</style>