Html Css Color HEX #CFD366 Goldenrod

📋 copy color: '#CFD366'

red 207 ◦ green 211 ◦ blue 102

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

Shades of Goldenrod #CFD366

Tints of Goldenrod #CFD366

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.58%

 BLUE value IS 102 (40.23% from 255) = 19.62%

R = 39.81%
G = 40.58%
B = 19.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#CFD366 (or 0xCFD366) is known color: Goldenrod. HEX triplet: CF, D3 and 66. RGB value is (207,211,102). Sum of RGB (Red+Green+Blue) = 207+211+102=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD366 is #302C99. Grayscale: #C5C5C5. Windows color (decimal): -3157146 or 6738895. OLE color: 6738895.

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

Color convert

RGB 207 211 102 -
CMYK 0.02 0 0.52 0.17
HSL 62.2º 0.55% 0.61% -
HSV(B) 62.2º 0.52% 0.83% -
XYZ 51.42 60.81 21.6 -
YUV 197.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 207 211 102 0.02 0 0.52 0.17 62.2 0.55 0.61
Hex CF D3 66 2 0 34 11 3E 37 3D
Octal 317 323 146 2 0 64 21 76 67 75
Binary 11001111 11010011 1100110 10 0 110100 10001 111110 110111 111101

Color Harmonies of #CFD366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD366

Black with #CFD366

Text Example


Text Example

White with #CFD366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD366; }

 p { color: rgb(207,211,102); }

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

background-color css

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

 a { background-color: rgb(207,211,102); }

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

border-color css

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

 span { border-color: rgb(207,211,102); }

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