Html Css Color HEX #CFDB61 Goldenrod

📋 copy color: '#CFDB61'

red 207 ◦ green 219 ◦ blue 97

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

Shades of Goldenrod #CFDB61

Tints of Goldenrod #CFDB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 39.58%
G = 41.87%
B = 18.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CFDB61 (or 0xCFDB61) is known color: Goldenrod. HEX triplet: CF, DB and 61. RGB value is (207,219,97). Sum of RGB (Red+Green+Blue) = 207+219+97=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB61 is #30249E. Grayscale: #C9C9C9. Windows color (decimal): -3155103 or 6413263. OLE color: 6413263.

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

Color convert

RGB 207 219 97 -
CMYK 0.05 0 0.56 0.14
HSL 65.9º 0.63% 0.62% -
HSV(B) 65.9º 0.56% 0.86% -
XYZ 53.22 64.79 21.01 -
YUV 201.5 69.02 131.92 -
System Red Green Blue C M Y K H S L
Decimal 207 219 97 0.05 0 0.56 0.14 65.9 0.63 0.62
Hex CF DB 61 5 0 38 E 42 3F 3E
Octal 317 333 141 5 0 70 16 102 77 76
Binary 11001111 11011011 1100001 101 0 111000 1110 1000010 111111 111110

Color Harmonies of #CFDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB61

Black with #CFDB61

Text Example


Text Example

White with #CFDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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