Html Css Color HEX #CFD26C Goldenrod

📋 copy color: '#CFD26C'

red 207 ◦ green 210 ◦ blue 108

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

Shades of Goldenrod #CFD26C

Tints of Goldenrod #CFD26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

 BLUE value IS 108 (42.58% from 255) = 20.57%

R = 39.43%
G = 40%
B = 20.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#CFD26C (or 0xCFD26C) is known color: Goldenrod. HEX triplet: CF, D2 and 6C. RGB value is (207,210,108). Sum of RGB (Red+Green+Blue) = 207+210+108=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD26C is #302D93. Grayscale: #C5C5C5. Windows color (decimal): -3157396 or 7131855. OLE color: 7131855.

HSL color Cylindrical-coordinate representation of color #CFD26C: hue angle of 61.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFD26C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 108 -
CMYK 0.01 0 0.49 0.18
HSL 61.76º 0.53% 0.62% -
HSV(B) 61.76º 0.49% 0.82% -
XYZ 51.49 60.44 23.14 -
YUV 197.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 207 210 108 0.01 0 0.49 0.18 61.76 0.53 0.62
Hex CF D2 6C 1 0 31 12 3E 35 3E
Octal 317 322 154 1 0 61 22 76 65 76
Binary 11001111 11010010 1101100 1 0 110001 10010 111110 110101 111110

Color Harmonies of #CFD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD26C

Black with #CFD26C

Text Example


Text Example

White with #CFD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD26C; }

 p { color: rgb(207,210,108); }

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

background-color css

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

 a { background-color: rgb(207,210,108); }

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

border-color css

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

 span { border-color: rgb(207,210,108); }

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