Html Css Color HEX #CBD470 Goldenrod

📋 copy color: '#CBD470'

red 203 ◦ green 212 ◦ blue 112

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

Shades of Goldenrod #CBD470

Tints of Goldenrod #CBD470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.23%

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

R = 38.52%
G = 40.23%
B = 21.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CBD470 (or 0xCBD470) is known color: Goldenrod. HEX triplet: CB, D4 and 70. RGB value is (203,212,112). Sum of RGB (Red+Green+Blue) = 203+212+112=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD470 is #342B8F. Grayscale: #C6C6C6. Windows color (decimal): -3419024 or 7394507. OLE color: 7394507.

HSL color Cylindrical-coordinate representation of color #CBD470: hue angle of 65.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBD470 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 212 112 -
CMYK 0.04 0 0.47 0.17
HSL 65.4º 0.54% 0.64% -
HSV(B) 65.4º 0.47% 0.83% -
XYZ 51.1 60.95 24.4 -
YUV 197.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 203 212 112 0.04 0 0.47 0.17 65.4 0.54 0.64
Hex CB D4 70 4 0 2F 11 41 36 40
Octal 313 324 160 4 0 57 21 101 66 100
Binary 11001011 11010100 1110000 100 0 101111 10001 1000001 110110 1000000

Color Harmonies of #CBD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD470

Black with #CBD470

Text Example


Text Example

White with #CBD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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