Html Css Color HEX #CBDA70 Goldenrod

📋 copy color: '#CBDA70'

red 203 ◦ green 218 ◦ blue 112

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

Shades of Goldenrod #CBDA70

Tints of Goldenrod #CBDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.9%

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

R = 38.09%
G = 40.9%
B = 21.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CBDA70 (or 0xCBDA70) is known color: Goldenrod. HEX triplet: CB, DA and 70. RGB value is (203,218,112). Sum of RGB (Red+Green+Blue) = 203+218+112=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA70 is #34258F. Grayscale: #C9C9C9. Windows color (decimal): -3417488 or 7396043. OLE color: 7396043.

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

Color convert

RGB 203 218 112 -
CMYK 0.07 0 0.49 0.15
HSL 68.49º 0.59% 0.65% -
HSV(B) 68.49º 0.49% 0.85% -
XYZ 52.62 64.01 24.91 -
YUV 201.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 203 218 112 0.07 0 0.49 0.15 68.49 0.59 0.65
Hex CB DA 70 7 0 31 F 44 3B 41
Octal 313 332 160 7 0 61 17 104 73 101
Binary 11001011 11011010 1110000 111 0 110001 1111 1000100 111011 1000001

Color Harmonies of #CBDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA70

Black with #CBDA70

Text Example


Text Example

White with #CBDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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