Html Css Color HEX #CFDB76 Goldenrod

📋 copy color: '#CFDB76'

red 207 ◦ green 219 ◦ blue 118

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

Shades of Goldenrod #CFDB76

Tints of Goldenrod #CFDB76

RGB

 RED value IS 207 (81.25% from 255) = 38.05%

 GREEN value IS 219 (85.94% from 255) = 40.26%

 BLUE value IS 118 (46.48% from 255) = 21.69%

R = 38.05%
G = 40.26%
B = 21.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#CFDB76 (or 0xCFDB76) is known color: Goldenrod. HEX triplet: CF, DB and 76. RGB value is (207,219,118). Sum of RGB (Red+Green+Blue) = 207+219+118=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB76 is #302489. Grayscale: #CCCCCC. Windows color (decimal): -3155082 or 7789519. OLE color: 7789519.

HSL color Cylindrical-coordinate representation of color #CFDB76: hue angle of 67.13º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFDB76 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 118 -
CMYK 0.05 0 0.46 0.14
HSL 67.13º 0.58% 0.66% -
HSV(B) 67.13º 0.46% 0.86% -
XYZ 54.33 65.24 26.87 -
YUV 203.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 207 219 118 0.05 0 0.46 0.14 67.13 0.58 0.66
Hex CF DB 76 5 0 2E E 43 3A 42
Octal 317 333 166 5 0 56 16 103 72 102
Binary 11001111 11011011 1110110 101 0 101110 1110 1000011 111010 1000010

Color Harmonies of #CFDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB76

Black with #CFDB76

Text Example


Text Example

White with #CFDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB76; }

 p { color: rgb(207,219,118); }

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

background-color css

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

 a { background-color: rgb(207,219,118); }

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

border-color css

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

 span { border-color: rgb(207,219,118); }

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