Html Css Color HEX #CFD468 Goldenrod

📋 copy color: '#CFD468'

red 207 ◦ green 212 ◦ blue 104

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

Shades of Goldenrod #CFD468

Tints of Goldenrod #CFD468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.89%

R = 39.58%
G = 40.54%
B = 19.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#CFD468 (or 0xCFD468) is known color: Goldenrod. HEX triplet: CF, D4 and 68. RGB value is (207,212,104). Sum of RGB (Red+Green+Blue) = 207+212+104=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD468 is #302B97. Grayscale: #C6C6C6. Windows color (decimal): -3156888 or 6870223. OLE color: 6870223.

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

Color convert

RGB 207 212 104 -
CMYK 0.02 0 0.51 0.17
HSL 62.78º 0.56% 0.62% -
HSV(B) 62.78º 0.51% 0.83% -
XYZ 51.77 61.35 22.21 -
YUV 198.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 207 212 104 0.02 0 0.51 0.17 62.78 0.56 0.62
Hex CF D4 68 2 0 33 11 3F 38 3E
Octal 317 324 150 2 0 63 21 77 70 76
Binary 11001111 11010100 1101000 10 0 110011 10001 111111 111000 111110

Color Harmonies of #CFD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD468

Black with #CFD468

Text Example


Text Example

White with #CFD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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