Html Css Color HEX #CFCB6B Goldenrod

📋 copy color: '#CFCB6B'

red 207 ◦ green 203 ◦ blue 107

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

Shades of Goldenrod #CFCB6B

Tints of Goldenrod #CFCB6B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.26%

 BLUE value IS 107 (42.19% from 255) = 20.7%

R = 40.04%
G = 39.26%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFCB6B (or 0xCFCB6B) is known color: Goldenrod. HEX triplet: CF, CB and 6B. RGB value is (207,203,107). Sum of RGB (Red+Green+Blue) = 207+203+107=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB6B is #303494. Grayscale: #C1C1C1. Windows color (decimal): -3159189 or 7064527. OLE color: 7064527.

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

Color convert

RGB 207 203 107 -
CMYK 0 0.02 0.48 0.19
HSL 57.6º 0.51% 0.62% -
HSV(B) 57.6º 0.48% 0.81% -
XYZ 49.74 57.04 22.3 -
YUV 193.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 207 203 107 0 0.02 0.48 0.19 57.6 0.51 0.62
Hex CF CB 6B 0 2 30 13 3A 33 3E
Octal 317 313 153 0 2 60 23 72 63 76
Binary 11001111 11001011 1101011 0 10 110000 10011 111010 110011 111110

Color Harmonies of #CFCB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCB6B

Black with #CFCB6B

Text Example


Text Example

White with #CFCB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCB6B; }

 p { color: rgb(207,203,107); }

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

background-color css

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

 a { background-color: rgb(207,203,107); }

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

border-color css

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

 span { border-color: rgb(207,203,107); }

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