Html Css Color HEX #CFD469 Goldenrod

📋 copy color: '#CFD469'

red 207 ◦ green 212 ◦ blue 105

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

Shades of Goldenrod #CFD469

Tints of Goldenrod #CFD469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.46%

 BLUE value IS 105 (41.41% from 255) = 20.04%

R = 39.5%
G = 40.46%
B = 20.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CFD469 (or 0xCFD469) is known color: Goldenrod. HEX triplet: CF, D4 and 69. RGB value is (207,212,105). Sum of RGB (Red+Green+Blue) = 207+212+105=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD469 is #302B96. Grayscale: #C6C6C6. Windows color (decimal): -3156887 or 6935759. OLE color: 6935759.

HSL color Cylindrical-coordinate representation of color #CFD469: hue angle of 62.8º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD469 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 105 -
CMYK 0.02 0 0.50 0.17
HSL 62.8º 0.55% 0.62% -
HSV(B) 62.8º 0.5% 0.83% -
XYZ 51.83 61.37 22.48 -
YUV 198.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 207 212 105 0.02 0 0.50 0.17 62.8 0.55 0.62
Hex CF D4 69 2 0 32 11 3F 37 3E
Octal 317 324 151 2 0 62 21 77 67 76
Binary 11001111 11010100 1101001 10 0 110010 10001 111111 110111 111110

Color Harmonies of #CFD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD469

Black with #CFD469

Text Example


Text Example

White with #CFD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD469; }

 p { color: rgb(207,212,105); }

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

background-color css

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

 a { background-color: rgb(207,212,105); }

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

border-color css

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

 span { border-color: rgb(207,212,105); }

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