Html Css Color HEX #CEDD6B Goldenrod

📋 copy color: '#CEDD6B'

red 206 ◦ green 221 ◦ blue 107

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

Shades of Goldenrod #CEDD6B

Tints of Goldenrod #CEDD6B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.39%

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

R = 38.58%
G = 41.39%
B = 20.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CEDD6B (or 0xCEDD6B) is known color: Goldenrod. HEX triplet: CE, DD and 6B. RGB value is (206,221,107). Sum of RGB (Red+Green+Blue) = 206+221+107=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD6B is #312294. Grayscale: #CBCBCB. Windows color (decimal): -3220117 or 7069134. OLE color: 7069134.

HSL color Cylindrical-coordinate representation of color #CEDD6B: hue angle of 67.89º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEDD6B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 107 -
CMYK 0.07 0 0.52 0.13
HSL 67.89º 0.63% 0.64% -
HSV(B) 67.89º 0.52% 0.87% -
XYZ 53.96 65.9 23.78 -
YUV 203.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 206 221 107 0.07 0 0.52 0.13 67.89 0.63 0.64
Hex CE DD 6B 7 0 34 D 44 3F 40
Octal 316 335 153 7 0 64 15 104 77 100
Binary 11001110 11011101 1101011 111 0 110100 1101 1000100 111111 1000000

Color Harmonies of #CEDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD6B

Black with #CEDD6B

Text Example


Text Example

White with #CEDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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