Html Css Color HEX #CBD871 Goldenrod

📋 copy color: '#CBD871'

red 203 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #CBD871

Tints of Goldenrod #CBD871

RGB

 RED value IS 203 (79.69% from 255) = 38.16%

 GREEN value IS 216 (84.77% from 255) = 40.6%

 BLUE value IS 113 (44.53% from 255) = 21.24%

R = 38.16%
G = 40.6%
B = 21.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CBD871 (or 0xCBD871) is known color: Goldenrod. HEX triplet: CB, D8 and 71. RGB value is (203,216,113). Sum of RGB (Red+Green+Blue) = 203+216+113=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD871 is #34278E. Grayscale: #C8C8C8. Windows color (decimal): -3417999 or 7461067. OLE color: 7461067.

HSL color Cylindrical-coordinate representation of color #CBD871: hue angle of 67.57º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBD871 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 113 -
CMYK 0.06 0 0.48 0.15
HSL 67.57º 0.57% 0.65% -
HSV(B) 67.57º 0.48% 0.85% -
XYZ 52.17 63 25.03 -
YUV 200.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 203 216 113 0.06 0 0.48 0.15 67.57 0.57 0.65
Hex CB D8 71 6 0 30 F 44 39 41
Octal 313 330 161 6 0 60 17 104 71 101
Binary 11001011 11011000 1110001 110 0 110000 1111 1000100 111001 1000001

Color Harmonies of #CBD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD871

Black with #CBD871

Text Example


Text Example

White with #CBD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD871; }

 p { color: rgb(203,216,113); }

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

background-color css

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

 a { background-color: rgb(203,216,113); }

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

border-color css

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

 span { border-color: rgb(203,216,113); }

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