Html Css Color HEX #CEDD67 Goldenrod

📋 copy color: '#CEDD67'

red 206 ◦ green 221 ◦ blue 103

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

Shades of Goldenrod #CEDD67

Tints of Goldenrod #CEDD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.43%

R = 38.87%
G = 41.7%
B = 19.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CEDD67 (or 0xCEDD67) is known color: Goldenrod. HEX triplet: CE, DD and 67. RGB value is (206,221,103). Sum of RGB (Red+Green+Blue) = 206+221+103=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD67 is #312298. Grayscale: #CBCBCB. Windows color (decimal): -3220121 or 6806990. OLE color: 6806990.

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

Color convert

RGB 206 221 103 -
CMYK 0.07 0 0.53 0.13
HSL 67.63º 0.63% 0.64% -
HSV(B) 67.63º 0.53% 0.87% -
XYZ 53.76 65.81 22.7 -
YUV 203.06 71.53 130.09 -
System Red Green Blue C M Y K H S L
Decimal 206 221 103 0.07 0 0.53 0.13 67.63 0.63 0.64
Hex CE DD 67 7 0 35 D 44 3F 40
Octal 316 335 147 7 0 65 15 104 77 100
Binary 11001110 11011101 1100111 111 0 110101 1101 1000100 111111 1000000

Color Harmonies of #CEDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD67

Black with #CEDD67

Text Example


Text Example

White with #CEDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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