Html Css Color HEX #CBD970 Goldenrod

📋 copy color: '#CBD970'

red 203 ◦ green 217 ◦ blue 112

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

Shades of Goldenrod #CBD970

Tints of Goldenrod #CBD970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.79%

 BLUE value IS 112 (44.14% from 255) = 21.05%

R = 38.16%
G = 40.79%
B = 21.05%

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

#CBD970 (or 0xCBD970) is known color: Goldenrod. HEX triplet: CB, D9 and 70. RGB value is (203,217,112). Sum of RGB (Red+Green+Blue) = 203+217+112=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD970 is #34268F. Grayscale: #C9C9C9. Windows color (decimal): -3417744 or 7395787. OLE color: 7395787.

HSL color Cylindrical-coordinate representation of color #CBD970: hue angle of 68º degrees, saturation: 0.58, 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 #CBD970 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 112 -
CMYK 0.06 0 0.48 0.15
HSL 68º 0.58% 0.65% -
HSV(B) 68º 0.48% 0.85% -
XYZ 52.37 63.49 24.82 -
YUV 200.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 203 217 112 0.06 0 0.48 0.15 68 0.58 0.65
Hex CB D9 70 6 0 30 F 44 3A 41
Octal 313 331 160 6 0 60 17 104 72 101
Binary 11001011 11011001 1110000 110 0 110000 1111 1000100 111010 1000001

Color Harmonies of #CBD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD970

Black with #CBD970

Text Example


Text Example

White with #CBD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD970; }

 p { color: rgb(203,217,112); }

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

background-color css

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

 a { background-color: rgb(203,217,112); }

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

border-color css

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

 span { border-color: rgb(203,217,112); }

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