Html Css Color HEX #CBD771 Goldenrod

📋 copy color: '#CBD771'

red 203 ◦ green 215 ◦ blue 113

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

Shades of Goldenrod #CBD771

Tints of Goldenrod #CBD771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.49%

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

R = 38.23%
G = 40.49%
B = 21.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CBD771 (or 0xCBD771) is known color: Goldenrod. HEX triplet: CB, D7 and 71. RGB value is (203,215,113). Sum of RGB (Red+Green+Blue) = 203+215+113=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD771 is #34288E. Grayscale: #C8C8C8. Windows color (decimal): -3418255 or 7460811. OLE color: 7460811.

HSL color Cylindrical-coordinate representation of color #CBD771: hue angle of 67.06º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBD771 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 215 113 -
CMYK 0.06 0 0.47 0.16
HSL 67.06º 0.56% 0.64% -
HSV(B) 67.06º 0.47% 0.84% -
XYZ 51.91 62.49 24.95 -
YUV 199.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 203 215 113 0.06 0 0.47 0.16 67.06 0.56 0.64
Hex CB D7 71 6 0 2F 10 43 38 40
Octal 313 327 161 6 0 57 20 103 70 100
Binary 11001011 11010111 1110001 110 0 101111 10000 1000011 111000 1000000

Color Harmonies of #CBD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD771

Black with #CBD771

Text Example


Text Example

White with #CBD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD771; }

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

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

background-color css

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

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

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

border-color css

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

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

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