Html Css Color HEX #CFDB77 Goldenrod

📋 copy color: '#CFDB77'

red 207 ◦ green 219 ◦ blue 119

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

Shades of Goldenrod #CFDB77

Tints of Goldenrod #CFDB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.83%

R = 37.98%
G = 40.18%
B = 21.83%

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

#CFDB77 (or 0xCFDB77) is known color: Goldenrod. HEX triplet: CF, DB and 77. RGB value is (207,219,119). Sum of RGB (Red+Green+Blue) = 207+219+119=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB77 is #302488. Grayscale: #CCCCCC. Windows color (decimal): -3155081 or 7855055. OLE color: 7855055.

HSL color Cylindrical-coordinate representation of color #CFDB77: hue angle of 67.2º 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 #CFDB77 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 119 -
CMYK 0.05 0 0.46 0.14
HSL 67.2º 0.58% 0.66% -
HSV(B) 67.2º 0.46% 0.86% -
XYZ 54.39 65.26 27.18 -
YUV 204.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 207 219 119 0.05 0 0.46 0.14 67.2 0.58 0.66
Hex CF DB 77 5 0 2E E 43 3A 42
Octal 317 333 167 5 0 56 16 103 72 102
Binary 11001111 11011011 1110111 101 0 101110 1110 1000011 111010 1000010

Color Harmonies of #CFDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB77

Black with #CFDB77

Text Example


Text Example

White with #CFDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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