Html Css Color HEX #CFDB62 Goldenrod

📋 copy color: '#CFDB62'

red 207 ◦ green 219 ◦ blue 98

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

Shades of Goldenrod #CFDB62

Tints of Goldenrod #CFDB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 39.5%
G = 41.79%
B = 18.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#CFDB62 (or 0xCFDB62) is known color: Goldenrod. HEX triplet: CF, DB and 62. RGB value is (207,219,98). Sum of RGB (Red+Green+Blue) = 207+219+98=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB62 is #30249D. Grayscale: #CACACA. Windows color (decimal): -3155102 or 6478799. OLE color: 6478799.

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

Color convert

RGB 207 219 98 -
CMYK 0.05 0 0.55 0.14
HSL 65.95º 0.63% 0.62% -
HSV(B) 65.95º 0.55% 0.86% -
XYZ 53.27 64.81 21.26 -
YUV 201.62 69.52 131.84 -
System Red Green Blue C M Y K H S L
Decimal 207 219 98 0.05 0 0.55 0.14 65.95 0.63 0.62
Hex CF DB 62 5 0 37 E 42 3F 3E
Octal 317 333 142 5 0 67 16 102 77 76
Binary 11001111 11011011 1100010 101 0 110111 1110 1000010 111111 111110

Color Harmonies of #CFDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB62

Black with #CFDB62

Text Example


Text Example

White with #CFDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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